home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2003 May (DVD) / Macworld Resource DVD May 2003.toast / Data / Software / Bonus / Database / mysql-max-3.23.55.sit / mysql-max-3.23.55-apple-darwi.1 / mysql-test / r / explain.result < prev    next >
Encoding:
Text File  |  2003-01-21  |  399 b   |  16 lines  |  [TEXT/ttxt]

  1. id    str
  2. 1    NULL
  3. 2    NULL
  4. id    str
  5. 3    foo
  6. table    type    possible_keys    key    key_len    ref    rows    Extra
  7. t1    ref    str    str    11    const    1    where used
  8. table    type    possible_keys    key    key_len    ref    rows    Extra
  9. t1    const    str    str    11    const    1    
  10. table    type    possible_keys    key    key_len    ref    rows    Extra
  11. t1    ALL    str    NULL    NULL    NULL    4    where used
  12. table    type    possible_keys    key    key_len    ref    rows    Extra
  13. t1    const    str    str    11    const    1    
  14. Comment
  15. No tables used
  16.